home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / GAPLib.lha / GAPLib / wrappers / c_plus_plus / README.WRAPPER < prev    next >
Encoding:
Text File  |  1999-05-05  |  889 b   |  29 lines

  1.  
  2. What is it?
  3.  
  4. wrapper.cc & GAP.hh make up a bare-bones C++ wrapper class for GAP-Lib.
  5. And, yes, it is a single class (Efficient design is the key :-).
  6.    Concerning compatibility, I believe the wrapper should be compatible to
  7. just about any C++ compiler. It does not fully adhere to standard C++, but
  8. instead aims to use constructs compatible with as many compilers as possible.
  9.  
  10. The code should be pretty much self-explanatory and no claims of any kind
  11. are made on it so feel free to use it as you like (Standard disclaimer still
  12. applies though: I, the author will not be held responsible bla bla bla...).
  13.  
  14.     -Peter (18/3-1999)
  15.  
  16.  
  17. *** Update ***
  18.  
  19. The C++ wrapper has now been enhanced with a TagSet class to manage
  20. taglists. Not all the features of taglists are available, but the
  21. functionality implemented should suffice for all but the most advanced
  22. usages.
  23.  
  24. Enjoy!
  25.  
  26.     -Peter (4/5-1999)
  27.  
  28.  
  29.